home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / uc31.zip / PCBOARD.SCR < prev    next >
Text File  |  1992-12-28  |  367b  |  15 lines

  1. ; PCBOARD login script for Unicom
  2. ;
  3. Delay(2000)
  4. Waitfor ("?")   ; Do you want ansi graphics?
  5. Delay(500)
  6. Send ("Y^M)     ; Set this to Y or N
  7. Waitfor("name?")
  8. Delay(500)
  9. Send("FIRST^M") ; Set FIRST to your first name
  10. Waitfor("?")
  11. Delay(500)
  12. Send("LAST^M")  ; Set Last to your Last name
  13. Waitfor(")")
  14. Send("PASSWORD^M") ; Set PASSWORD to your password
  15. exit